/*ny_banner_section*/
.ny_banner_section{
    width: 100%;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.ny_banner_section .ny_banner_section_con{
    width: 1920px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.ny_banner_section .ny_banner_section_con img{
    display: block;
    width: 100%;
    height: auto;
}

.ny_banner_section .banner_text_box{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 100px;
    text-align: center;
}
.ny_banner_section .banner_text_box h2{
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.ny_banner_section .banner_text_box h3{
    font-size: 44px;
    color: #333;
    line-height: 64px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
.ny_banner_section .banner_text_box p{
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
}
.ny_banner_section .banner_text_box p span{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 15px;
    background: #46aef7;
    margin-right: 15px;
    color: #fff;
    letter-spacing: 10px;
    font-size: 22px;
    padding-left: 20px;
}

/* crumbs_box */
.crumbs_box{
    width: 100%;
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
    background: #f6f6f6;
}
.crumbs_list{
    width: 100%;
    height: auto;
}
.crumbs_list ul li{
    float: left;
    width: auto;
    height: auto;
    margin-right: 16px;
    font-size: 15px;
    color: #8e8e8e;
    line-height: 20px;
}
.crumbs_list ul li a{
    width: auto;
    height: auto;
    font-size: 15px;
    color: #8e8e8e;
    line-height: 20px;
}
.crumbs_list ul li span{
    float: left;
    width: auto;
    height: auto;
    font-size: 15px;
    color: #8e8e8e;
    line-height: 20px;
    margin-left: 16px;
}
.crumbs_list ul li a:hover{
    color: #46aef7;
}






/* about_page */
.about_page{
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.about_page .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;
}
.about_page .title_box h2{
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}
.about_page .title_box p{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
}

.about_page_conter{
    width: 100%;
    height: auto;
}
.about_page_conter .about_page_sec1{
    width: 100%;
    height: auto;
}
.about_page_sec1 .left_box{
    float: left;
    width: 50%;
    height: auto;
    padding-right: 4%;
    box-sizing: border-box;
}
.about_page_sec1 .left_box img{
    display: block;
    width: 100%;
    height: auto;
}
.about_page_sec1 .right_box{
    float: left;
    width: 50%;
    height: auto;
    padding-left: 4%;
    box-sizing: border-box;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    text-align: justify;
}
.about_page_sec2{
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.about_page_sec2 ul li{
    float: left;
    width: 25%;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
}
.about_page_sec2 ul li h3{
    display: inline-block;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 auto;
    padding:  0 10px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 3px solid #46aef7;
}
.about_page_sec2 ul li p{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    text-align: center;
    margin-top: 15px;
}



/* contact_page */
.contact_page{
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    box-sizing: border-box;
    background: #fcfcfc;
}
.contact_page .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;
}
.contact_page .title_box h2{
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}
.contact_page .title_box p{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
}

.contact_section2_box{
    width: 100%;
    height: 550px;
    padding-right: 490px;
    box-sizing: border-box;
    position: relative;
    margin-bottom:30px;
}
.contact_section2_box .contact_map{
    width: 100%;
    height: 550px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;

    background: url('../images/contact_map.png');
    background-size: cover;
}


.contact_section2_box .contact_right_box{
    width: 460px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #46aef7;
    padding: 35px 40px;
    padding-right: 20px;
    box-sizing: border-box;
}
.contact_right_box h2{
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.contact_right_list{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.contact_right_list ul li{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;

    padding-left: 55px;
    box-sizing: border-box;
}
.contact_right_list ul li h3{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 300;
}
.contact_right_list ul li p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: 300;
}

.contact_right_list ul li svg{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    left: 0;
}

.contact_right_code{
    width: 320px;
    height: auto;
    margin: 0 auto;
}
.contact_right_code .item{
    float: left;
    width: 130px;
    height: auto;
    margin: 0 15px;
}
.contact_right_code .item img{
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
}
.contact_right_code .item p{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
}

.contact_message_section{
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 80px;
    box-sizing: border-box;
    background: #f6f6f6;
    margin-top: 80px;
}
.contact_message_box{
    width: 100%;
    height: auto;
}
.about_message_form { max-width: 680px; width: 100%; height: auto; margin: 0 auto; }
    .about_message_form form { width: 100%; height: auto; }
    .about_message_form .item { float: left; width: 100%; height: auto; margin-bottom: 30px; padding-left: 70px;box-sizing: border-box;position: relative;}
        .about_message_form .item label { display: block; font-size: 18px; color: #000; line-height: 30px; position: absolute;top: 9px; left: 0;}
        .about_message_form .item input { display: block; width: 100%; height: auto; border: 1px solid #ddd; box-sizing: border-box; padding: 10px 20px; font-size: 16px; color: #666; line-height: 26px; }
        .about_message_form .item textarea { display: block; width: 100%; height: 150px; border: 1px solid #ddd; box-sizing: border-box; padding: 10px 20px; font-size: 16px; color: #666; line-height: 26px; font-family: Microsoft Yahei, Verdana, "\5FAE\8F6F\96C5\9ED1", Tahoma, "DejaVu Sans", sans-serif; }
    .about_message_form .item_btn { margin-top: 30px; }
        .about_message_form .item_btn input { float: none; display: block; width: 180px; height: 52px; background: #46aef7; color: #fff; text-align: center; border-radius: 30px; margin: 0 auto; font-size: 20px; line-height: 32px; letter-spacing: 5px; cursor: pointer; }
            .about_message_form .item_btn input:hover { background: #1fd3e7; }


/* case_page */
.case_page{
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.case_page .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;
}
.case_page .title_box h2{
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}
.case_page .title_box p{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
}
.case_page_conter{
    width: 100%;
    height: auto;
}


/* news_page */
.news_page{
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.news_page .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;
}
.news_page .title_box h2{
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}
.news_page .title_box p{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
}
.news_page_conter{
    width: 100%;
    height: auto;
}



/* news_details_page */
.news_details_page{
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.news_details_page .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;
}
.news_details_page .title_box h2{
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}
.news_details_page .title_box p{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
}
.news_details_page_conter{
    width: 100%;
    height: auto;
}
.news_details_page_conter .text_box{
    font-size: 16px;
    color: #666;
    line-height: 32px;
    text-align: justify;
}
.news_details_page_conter .text_box img{
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 10px;
}


/* product_page */
.product_page{
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.product_page .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;
}
.product_page .title_box h2{
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}
.product_page .title_box p{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
}

.product_page_container{
    width: 100%;
    height: auto;
    min-height: 1350px;
    position: relative;
    padding-left: 350px;
    box-sizing: border-box;
}
.product_page_side{
    width: 310px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.product_side_nav{
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}
.product_side_nav h2{
    width: 100%;
    height: auto;
    background: #46aef7;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 1px;
}
.product_side_nav ul{
    width: 100%;
    height: auto;
}
.product_side_nav ul li{
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
}
.product_side_nav ul li:last-child{
    border-bottom: none;
}
.product_side_nav ul li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 20px;
    box-sizing: border-box;
    font-size: 15px;
    color: #666;
    line-height: 20px;
    font-weight: 500;
}

.product_side_nav ul li a:hover{
    background: #1fd3e7;
    color: #fff;
}
.product_side_nav ul li a.active{
    background: #1fd3e7;
    color: #fff;
}


.product_side_contact{
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 40px;
}
.product_side_contact h2{
    width: 100%;
    height: auto;
    background: #46aef7;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 1px;
}
.product_side_contact .text_box{
    width: 100%;
    height: auto;
   
}
.product_side_contact .text_box p{
    padding: 12px 20px;
    box-sizing: border-box;
    font-size: 15px;
    color: #666;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
}
.product_side_contact .text_box p:last-child{
    border-bottom: none;
}


/* product_page_conter */
.product_page_conter{
    width: 100%;
    height: auto;
    float: left;
}
/* products_list_box */
.products_list_box{
    width: 100%;
    height: auto;
}
.products_list_box ul{
    margin: 0 -1%;
}
.products_list_box ul li{
    float: left;
    width: 23%;
    height: auto;
    background: #fff;
    margin: 1%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}
.product_page .products_list_box ul {
    margin: 0 -1.5%;
    margin-top: -1.5%;
}
.product_page .products_list_box ul li{
    width: 30.333333%;
    margin: 1.5%;
}
.products_list_box ul li .label{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: #41b68d;
    padding: 10px 0;
    box-sizing: border-box;
    position: absolute;
    top: 15px;
    right: 15px;
}
.products_list_box ul li .label span{
    display: block;
    width: 100%;
    height: auto;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.products_list_box ul li .pic_box{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 10px;
}
.products_list_box ul li .pic_box a{
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}
.products_list_box ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
}
.products_list_box ul li .text_box{
    width: 100%;
    height: auto;
    border-top: 1px solid #ddd;
    padding: 15px 20px;
    box-sizing: border-box;
}
.products_list_box ul li .text_box a{
    display: block;
    width: 100%;
    height: auto;
}
.products_list_box ul li .text_box h3{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    text-align: center;
    font-weight: 600;
}
.products_list_box ul li .text_box .text{
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #8e8e8e;
    line-height: 20px;
}


.products_list_box ul li:hover{
    border: 1px solid #1fd3e7;
}
.products_list_box ul li:hover .text_box{
    border-top: 1px solid #1fd3e7;
}
.products_list_box ul li:hover .text_box h3{
    color: #1fd3e7;
}



/* products_details_page */
.products_details_page{
    width: 100%;
    height: auto;
}
.products_details_page .title_box{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;
}
.products_details_page .title_box h2{
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}
.products_details_conter{
    width: 100%;
    height: auto;
}
.products_details_conter .text_box{
    width: 100%;
    height: auto;
}
.products_details_conter .text_box img{
    display: block;
    width: 100%;
    height: auto;
}


@media screen and (max-width: 768px){
    /*ny_banner_section*/
    .ny_banner_section{
        width: 100%;
        height: 180px;
    }
    .ny_banner_section .ny_banner_section_con{
        width: 880px;
        height: 180px;
        margin-left: -440px;
    }
    .crumbs_box{
        padding: 15px 0;
    }

    .about_page{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .about_page .title_box{
        margin-bottom: 40px;
    }
    .about_page .title_box h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .about_page .title_box p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }
    .about_page_sec1 .left_box{
        width: 100%;
        height: auto;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .about_page_sec1 .right_box{
        width: 100%;
        padding-left: 0;
        font-size: 15px;
        line-height: 26px;
    }
    .about_page_sec2{
        margin-top: 40px;
    }
    .about_page_sec2 ul li{
        width: 50%;
        padding: 10px 15px;
    }
    .about_page_sec2 ul li h3{
        font-size: 18px;
        line-height: 28px;
        padding: 0 5px;
        padding-bottom: 10px;
    }
    .about_page_sec2 ul li p{
        font-size: 15px;
        line-height: 26px;
        margin-top: 10px;
        height: 52px;
    }

    .case_page{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .case_page .title_box{
        margin-bottom: 40px;
    }
    .case_page .title_box h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .case_page .title_box p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }

    .news_page{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .news_page .title_box{
        margin-bottom: 40px;
    }
    .news_page .title_box h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .news_page .title_box p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }

    .news_details_page{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .news_details_page .title_box{
        margin-bottom: 40px;
    }
    .news_details_page .title_box h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .news_details_page_conter .text_box{
        font-size: 15px;
        line-height: 26px;
    }


    .contact_page{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact_page .title_box{
        margin-bottom: 40px;
    }
    .contact_page .title_box h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .contact_page .title_box p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }
    .about_message_form .item{
        padding-left: 55px;
        margin-bottom: 20px;
    }
    .about_message_form .item label{
        font-size: 15px;
        top: 7px;
    }
    .about_message_form .item input{
        font-size: 15px;
        line-height: 22px;
        padding: 10px 15px;
    }
    .about_message_form .item textarea{
        height: 120px;
        font-size: 15px;
        line-height: 22px;
        padding: 10px 15px;
    }
    .about_message_form .item_btn{
        margin-top: 15px;
    }
    .about_message_form .item_btn input{
        width: 150px;
        height: 46px;
        font-size: 16px;
    }

    .contact_section2_box{
        width: 100%;
        height: auto;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .contact_section2_box .contact_right_box{
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 30px;
        padding: 25px 25px;
        padding-right: 10px;
        padding-bottom: 20px;
    }
    .contact_right_box h2 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .contact_right_list ul li{
        padding-left: 35px;
    }
    .contact_right_list ul li h3 {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        margin-bottom: 3px;
    }
    .contact_right_list ul li p {
        font-size: 15px;
        line-height: 26px;
        font-weight: 500;
    }
    .contact_right_list ul li svg {
        width: 22px;
        height: 22px;
        top: 6px;
    }
    .contact_right_list{
        margin-bottom: 5px;
    }
    .contact_right_code .item{
        margin: 0 25px;
    }
    .contact_right_code .item img{
        width: 110px;
    }
    .contact_section2_box .contact_map{
        height: 260px;
    }


    .product_page{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .product_page_container{
        min-height: auto;
        padding-left: 0;
    }
    .product_page_side{
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 50px;
    }
    .products_list_box ul {
        margin: 0 -1.5%;
    }
    .products_list_box ul li{
        width: 47%;
        margin: 0 1.5%;
        margin-bottom: 15px;
    }
    .products_list_box ul li .text_box{
        padding: 12px 10px;
    }


    .product_side_contact{
        display: none;
    }
    .product_page .products_list_box ul li{
        width: 97%;
        margin-bottom: 20px;
    }
    .product_page .products_list_box ul li .text_box{
        padding: 12px 10px;
    }

    .products_details_page .title_box{
        margin-bottom: 30px;
    }
    .products_details_page .title_box h2{
        font-size: 26px;
        line-height: 36px;
    }

}

